SelBookmarks Property

       

Returns a collection of bookmarks for all selected records in the DataGrid control.

Syntax

object.SelBookmarks

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Remarks

When a record is selected in the DataGrid control, its bookmark is appended to the collection returned by the SelBookmarks property. For example, if you create a clone of the Recordset object created by the DataGrid control, you can process individual data records by repositioning the cloned Recordset with bookmarks taken from the SelBookmarks collection.